Removed unused transformation prototypes.
authorFederico Mena Quintero <federico@redhat.com>
Thu, 2 Dec 1999 20:10:22 +0000 (20:10 +0000)
committerArturo Espinosa <unammx@src.gnome.org>
Thu, 2 Dec 1999 20:10:22 +0000 (20:10 +0000)
1999-12-02  Federico Mena Quintero  <federico@redhat.com>

* src/gdk-pixbuf.h: Removed unused transformation prototypes.

gdk-pixbuf/ChangeLog
gdk-pixbuf/gdk-pixbuf.h

index 185d306464f045930b2359c9b1d563718d858dec..935d7bb2c4d06d85449b42f7111e5ca0c92a9c61 100644 (file)
@@ -1,5 +1,7 @@
 1999-12-02  Federico Mena Quintero  <federico@redhat.com>
 
+       * src/gdk-pixbuf.h: Removed unused transformation prototypes.
+
        * src/gdk-pixbuf-util.c: New file with utility and convenience
        functions for pixbufs.
 
index b40086d4b9b3ff9a8aed42402e7d3d1ffb3ec741..8712ef477efabb5d3da8a21029ec900e9f9e35f7 100644 (file)
@@ -118,12 +118,6 @@ void gdk_pixbuf_render_to_drawable_alpha (GdkPixbuf *pixbuf, GdkDrawable *drawab
                                          GdkRgbDither dither,
                                          int x_dither, int y_dither);
 
-/* Transformations */
-#if 0
-GdkPixbuf *gdk_pixbuf_scale (const GdkPixbuf *pixbuf, gint w, gint h);
-GdkPixbuf *gdk_pixbuf_rotate (GdkPixbuf *pixbuf, gdouble angle);
-#endif
-
 \f
 
 #ifdef __cplusplus